MUISPNM_SPEEDΒΆ

MUISPNM_SPEED EQU WM_USER+1745

A custom windows message for the ModernUI_Spinner that sets the spinner animation speed (in milliseconds)

Parameters

  • wParam - speed in milliseconds for spinner animation
  • lParam - NULL

Return

None

Example

Invoke SendMessage, hSpinner, MUISPNM_SPEED, 100, NULL

See Also

MUISPNM_PAUSE, MUISPNM_RESUME, MUISPNM_ENABLE, MUISPNM_DISABLE